home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmStringConcat.z / XmStringConcat
Encoding:
Text File  |  2003-11-18  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCoooonnnnccccaaaatttt((((3333XXXX))))           UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV        XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCoooonnnnccccaaaatttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_S_t_r_i_n_g_C_o_n_c_a_t - A compound string function that appends one
  10.       string to another
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.       #include <Xm/Xm.h>
  14.  
  15.       XmString XmStringConcat (ssss1111,,,, ssss2222)
  16.            _X_m_S_t_r_i_n_g     ssss1111;
  17.            _X_m_S_t_r_i_n_g     ssss2222;
  18.  
  19.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  20.       _X_m_S_t_r_i_n_g_C_o_n_c_a_t copies    ssss2222 to the end of ssss1111 and    returns    a copy
  21.       of the resulting compound string.  The original strings are
  22.       preserved.  The space    for the    resulting compound string is
  23.       allocated within the function.  After    using this function,
  24.       free this space by calling _X_m_S_t_r_i_n_g_F_r_e_e.
  25.  
  26.       ssss1111   Specifies the compound string to    which a    copy of    ssss2222 is
  27.            appended
  28.  
  29.       ssss2222   Specifies the compound string that is appended to the
  30.            end of ssss1111
  31.  
  32.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  33.       Returns a new    compound string.
  34.  
  35.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  36.       _X_m_S_t_r_i_n_g_C_r_e_a_t_e(_3_X) and _X_m_S_t_r_i_n_g_F_r_e_e(_3_X).
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.